object CmpPlayer: TCmpPlayer Left = 249 Top = 108 BorderStyle = bsDialog Caption = 'Computer players' ClientHeight = 199 ClientWidth = 154 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 43 Top = 172 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object RadioGroup1: TRadioGroup Left = 8 Top = 12 Width = 137 Height = 153 Caption = 'Choose player' ItemIndex = 0 Items.Strings = ( 'Blind Dog Fred' 'Lucky Bill' 'Big Sam' 'Bulleye Dan' 'Unbeatible Roy') TabOrder = 1 end end